None and perhaps bool type should not return type hints when used as defaults. #58
Conversation
2cddd0d to
c54080d
Compare
|
Code changes look good but we can still discuss is this the best solution to fix the problem on showing unnecessary
|
|
I think doing something in libdoc side is needed in any case, because PLC is not the only implementation of the dynamic library API (at least I hope so, although it might be the only one currently using the new functionality of the API.) But I agree that we should change PLC implementation to return defaults differently for 3.1 and 3.2+. From the SeleniumLibrary keywords docs will be generated by using RF 3.2, so from that point of view PLC decisions on RF 3.1 are not significant.
|
|
The more I think about this, the better the solution to add both I'm not sure are changes needed on Libdoc side now that dynamic libs can return real default values. It could be argued that if you explicitly return a type from |
Fixes #60